The Source Control Integration API > The source control integration API required functions > SCS_GetFolderList() |
![]() ![]() ![]() |
Description
Returns a list of files and folders in the passed-in folder, including pertinent information such as modified date, size, and whether the item is a folder or file.
Arguments
connectionData
, remotePath
, itemList
, numItems
![]() |
connectionData is a pointer to the agent's data that was passed into Dreamweaver during the Connect() call. |
![]() |
remotePath is the fully qualified path of the remote folder that the DLL checks for the number of items. |
![]() |
itemList is a preallocated list of itemInfo structures. |
![]() |
numItems is the number of items allocated for the itemList (returned from GetFolderListLength ). |
Returns
true
if successful, false
if not.
![]() ![]() ![]() |